translateTransform Method
In This Topic
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this canvas.
Syntax
public void translateTransform(
double ,
double
)
|
Parameters
- tx
- The x-coordinate of the translation.
- ty
- The y-coordinate of the translation.
See Also